﻿2026-06-04T13:05:19.1662301Z ##[group]Run actions/checkout@v5
2026-06-04T13:05:19.1663339Z with:
2026-06-04T13:05:19.1663894Z   repository: SaberMage/spt-core
2026-06-04T13:05:19.1670087Z   token: ***
2026-06-04T13:05:19.1670623Z   ssh-strict: true
2026-06-04T13:05:19.1671321Z   ssh-user: git
2026-06-04T13:05:19.1671933Z   persist-credentials: true
2026-06-04T13:05:19.1672547Z   clean: true
2026-06-04T13:05:19.1673104Z   sparse-checkout-cone-mode: true
2026-06-04T13:05:19.1673749Z   fetch-depth: 1
2026-06-04T13:05:19.1674281Z   fetch-tags: false
2026-06-04T13:05:19.1674851Z   show-progress: true
2026-06-04T13:05:19.1675408Z   lfs: false
2026-06-04T13:05:19.1675938Z   submodules: false
2026-06-04T13:05:19.1676511Z   set-safe-directory: true
2026-06-04T13:05:19.1677299Z ##[endgroup]
2026-06-04T13:05:19.3431469Z Syncing repository: SaberMage/spt-core
2026-06-04T13:05:19.3433082Z ##[group]Getting Git version info
2026-06-04T13:05:19.3433938Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T13:05:19.3686315Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T13:05:19.3907558Z git version 2.43.0.windows.1
2026-06-04T13:05:19.3937612Z ##[endgroup]
2026-06-04T13:05:19.3945725Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\92195489-6f6c-4022-ada9-ce9a625ee0fa\.gitconfig'
2026-06-04T13:05:19.3958277Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\92195489-6f6c-4022-ada9-ce9a625ee0fa' before making global git config changes
2026-06-04T13:05:19.3960026Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T13:05:19.3963801Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T13:05:19.4195114Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T13:05:19.4387684Z https://github.com/SaberMage/spt-core
2026-06-04T13:05:19.4419308Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T13:05:19.4423841Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T13:05:19.4617213Z refs/heads/dev-freeform
2026-06-04T13:05:19.4643788Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T13:05:19.4912001Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:19.5381724Z ##[endgroup]
2026-06-04T13:05:19.5384445Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T13:05:19.8966581Z ##[group]Cleaning the repository
2026-06-04T13:05:19.8971141Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T13:05:23.9434308Z Removing target/
2026-06-04T13:05:23.9471405Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T13:05:23.9811351Z HEAD is now at 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:23.9837886Z ##[endgroup]
2026-06-04T13:05:23.9842282Z ##[group]Disabling automatic garbage collection
2026-06-04T13:05:23.9847499Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T13:05:24.0098902Z ##[endgroup]
2026-06-04T13:05:24.0099265Z ##[group]Setting up auth
2026-06-04T13:05:24.0105336Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T13:05:24.0318539Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T13:05:24.4000796Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T13:05:24.4232332Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T13:05:24.7863319Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T13:05:24.8088836Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T13:05:25.1756219Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T13:05:25.2055656Z ##[endgroup]
2026-06-04T13:05:25.2056043Z ##[group]Fetching the repository
2026-06-04T13:05:25.2062104Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +650c7fb326ed3478f5661891641a32b1b712ce19:refs/remotes/origin/dev-freeform
2026-06-04T13:05:26.1430923Z From https://github.com/SaberMage/spt-core
2026-06-04T13:05:26.1431511Z  + 6f61a89...650c7fb 650c7fb326ed3478f5661891641a32b1b712ce19 -> origin/dev-freeform  (forced update)
2026-06-04T13:05:26.1558193Z ##[endgroup]
2026-06-04T13:05:26.1558645Z ##[group]Determining the checkout info
2026-06-04T13:05:26.1559414Z ##[endgroup]
2026-06-04T13:05:26.1565190Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T13:05:26.1844431Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T13:05:26.2078620Z ##[group]Checking out the ref
2026-06-04T13:05:26.2083944Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T13:05:26.2462286Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T13:05:26.2462676Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T13:05:26.2463132Z Previous HEAD position was 6f61a89 docs(budget): M4-D9-3 gravity numbers + per-OS budget steps [budget]
2026-06-04T13:05:26.2463556Z Switched to and reset branch 'dev-freeform'
2026-06-04T13:05:26.2498001Z ##[endgroup]
2026-06-04T13:05:26.2743878Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T13:05:26.2942272Z 650c7fb326ed3478f5661891641a32b1b712ce19
